﻿/*! =======================================================
                      VERSION  9.4.1              
========================================================= */

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *    Kyle Kemp
 *      - Twitter: @seiyria
 *      - Github:  seiyria
 *    Rohit Kalkur
 *      - Twitter: @Rovolutionary
 *      - Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
    margin-left: -10px
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed
}

.slider .hide,
.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.slider-selection,
.slider-track-high,
.slider-track-low {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-selection {
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)
}

.slider-track-high,
.slider-track-low {
    background: 0 0
}

.slider-handle,
.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: repeat-x;
    filter: none;
    border: 0 solid transparent
}

.slider-handle {
    top: 0;
    background-color: #337ab7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.custom,
.slider-handle.triangle {
    background: 0 0
}

.slider-handle.custom::before,
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick {
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .8
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.custom,
.slider-tick.triangle {
    background: 0 0
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070
}

.tooltip.in {
    opacity: .9
}

.slider .tooltip-inner {
    max-width: none;
    white-space: nowrap
}

.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

@charset "utf-8";
.cloudzoom-lens {
    border: 5px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    cursor: crosshair;
    z-index: 10
}

.cloudzoom-zoom {
    border: 1px solid #ccc;
    width: 500px;
    height: 200px;
    background-color: #fff;
    z-index: 100
}

.cloudzoom-zoom-inside {
    border: 0;
    box-shadow: none
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px
}

.cloudzoom-ajax-loader {
    width: 32px;
    height: 32px
}

.cloudzoom-blank div {
    background: 0 0 !important;
    border: 0 !important;
    text-indent: -99999px !important;
    z-index: 10
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    outline: 0
}


.font-text-center {
    text-align: center !important
}

.font-text-right {
    text-align: right !important
}

.font-text-justify {
    text-align: justify !important
}

.font-text-nowrap {
    white-space: nowrap !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-clearfix {
    clear: both !important
}

.float-clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.none {
    display: none !important;
    visibility: hidden
}

.block {
    display: block !important;
    visibility: visible;
    zoom: normal
}

.inline {
    display: inline !important
}

.inline-block,
.nav-pills li,
.nav-tabs li,
.nav>a {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.fixed {
    position: fixed !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.static {
    position: static !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

@media screen and (max-width:1024px) {
    .font-text-left-sm {
        text-align: left !important
    }
    .font-text-center-sm {
        text-align: center !important
    }
    .font-text-right-sm {
        text-align: right !important
    }
    .font-text-justify-sm {
        text-align: justify !important
    }
    .font-text-nowrap-sm {
        white-space: nowrap !important
    }
    .float-left-sm {
        float: left !important
    }
    .float-right-sm {
        float: right !important
    }
    .float-clearfix-sm {
        clear: both !important
    }
    .float-clearfix-sm:after {
        display: block;
        content: "";
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden
    }
    .center-block-sm {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .none-sm {
        display: none !important;
        visibility: hidden
    }
    .block-sm {
        display: block !important;
        visibility: visible;
        zoom: normal
    }
    .inline-sm {
        display: inline !important
    }
    .inline-block-sm {
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .fixed-sm {
        position: fixed !important
    }
    .absolute-sm {
        position: absolute !important
    }
    .relative-sm {
        position: relative !important
    }
    .static-sm {
        position: static !important
    }
    .overflow-hidden-sm {
        overflow: hidden !important
    }
    .overflow-visible-sm {
        overflow: visible !important
    }
    .overflow-auto-sm {
        overflow: auto !important
    }
    .overflow-scroll-sm {
        overflow: scroll !important
    }
    .overflow-x-scroll-sm {
        overflow-x: scroll !important
    }
    .overflow-y-scroll-sm {
        overflow-y: scroll !important
    }
}

@media screen and (max-width:767px) {
    .font-text-left-xs {
        text-align: left !important
    }
    .font-text-center-xs {
        text-align: center !important
    }
    .font-text-right-xs {
        text-align: right !important
    }
    .font-text-justify-xs {
        text-align: justify !important
    }
    .font-text-nowrap-xs {
        white-space: nowrap !important
    }
    .float-left-xs {
        float: left !important
    }
    .float-right-xs {
        float: right !important
    }
    .float-clearfix-xs {
        clear: both !important
    }
    .float-clearfix-xs:after {
        display: block;
        content: "";
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden
    }
    .center-block-xs {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .none-xs {
        display: none !important;
        visibility: hidden
    }
    .block-xs {
        display: block !important;
        visibility: visible;
        zoom: normal
    }
    .inline-xs {
        display: inline !important
    }
    .inline-block-xs {
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .fixed-xs {
        position: fixed !important
    }
    .absolute-xs {
        position: absolute !important
    }
    .relative-xs {
        position: relative !important
    }
    .static-xs {
        position: static !important
    }
    .overflow-hidden-xs {
        overflow: hidden !important
    }
    .overflow-visible-xs {
        overflow: visible !important
    }
    .overflow-auto-xs {
        overflow: auto !important
    }
    .overflow-scroll-xs {
        overflow: scroll !important
    }
    .overflow-x-scroll-xs {
        overflow-x: scroll !important
    }
    .overflow-y-scroll-xs {
        overflow-y: scroll !important
    }
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.disable-hover {
    pointer-events: none
}

#wrapper
 {
        position: relative;
   
}

/*.container {
    display: block;
    margin-left: auto;
    margin-right: auto
}*/

.footer,
.header {
    padding: 0 15px
}

.article {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px
}

.blockquote,
blockquote {
    padding: 10px 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.blockquote .small,
.blockquote footer,
.blockquote p.footer,
.blockquote small,
blockquote .small,
blockquote footer,
blockquote p.footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    width: auto
}

.blockquote.blockquote-reverse,
blockquote.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.icon {
    font-style: normal !important;
    font-weight: 400
}

.icon-caret-down,
.icon-caret-up,
.nav-pills li.is-open i.icon-caret,
.nav-tabs li.is-open i.icon-caret {
    border: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret-down {
    border-top: 4px solid
}

.icon-caret-up,
.nav-pills li.is-open i.icon-caret,
.nav-tabs li.is-open i.icon-caret {
    border-bottom: 4px solid
}

.icon-caret-left,
.icon-caret-right {
    border: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret-left {
    border-right: 4px solid
}

.icon-caret-right {
    border-left: 4px solid
}

.icon-close {
    font-size: 18px
}

.row,
[class*=col-] {
    font-size: 0;
    position: relative
}

[class*=col-] {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-size: 14px
}

.col-10-1 {
    width: 10%
}

.col-10-2 {
    width: 20%
}

.col-10-3 {
    width: 30%
}

.col-10-4 {
    width: 40%
}

.col-10-5 {
    width: 50%
}

.col-10-6 {
    width: 60%
}

.col-10-7 {
    width: 70%
}

.col-10-8 {
    width: 80%
}

.col-10-9 {
    width: 90%
}

.col-10-10 {
    width: 100%
}

.col-offset-10-0 {
    margin-left: 0
}

.col-offset-10-1 {
    margin-left: 10%
}

.col-offset-10-2 {
    margin-left: 20%
}

.col-offset-10-3 {
    margin-left: 30%
}

.col-offset-10-4 {
    margin-left: 40%
}

.col-offset-10-5 {
    margin-left: 50%
}

.col-offset-10-6 {
    margin-left: 60%
}

.col-offset-10-7 {
    margin-left: 70%
}

.col-offset-10-8 {
    margin-left: 80%
}

.col-offset-10-9 {
    margin-left: 90%
}

.col-offset-10-10 {
    margin-left: 100%
}

.col-push-10-0 {
    left: 0
}

.col-push-10-1 {
    left: 10%
}

.col-push-10-2 {
    left: 20%
}

.col-push-10-3 {
    left: 30%
}

.col-push-10-4 {
    left: 40%
}

.col-push-10-5 {
    left: 50%
}

.col-push-10-6 {
    left: 60%
}

.col-push-10-7 {
    left: 70%
}

.col-push-10-8 {
    left: 80%
}

.col-push-10-9 {
    left: 90%
}

.col-push-10-10 {
    left: 100%
}

.col-pull-10-0 {
    right: 0
}

.col-pull-10-1 {
    right: 10%
}

.col-pull-10-2 {
    right: 20%
}

.col-pull-10-3 {
    right: 30%
}

.col-pull-10-4 {
    right: 40%
}

.col-pull-10-5 {
    right: 50%
}

.col-pull-10-6 {
    right: 60%
}

.col-pull-10-7 {
    right: 70%
}

.col-pull-10-8 {
    right: 80%
}

.col-pull-10-9 {
    right: 90%
}

.col-pull-10-10 {
    right: 100%
}

.col-12-1 {
    width: 8.33333333%
}

.col-12-2 {
    width: 16.66666667%
}

.col-12-3 {
    width: 25%
}

.col-12-4 {
    width: 33.33333333%
}

.col-12-5 {
    width: 41.66666667%
}

.col-12-6 {
    width: 50%
}

.col-12-7 {
    width: 58.33333333%
}

.col-12-8 {
    width: 66.66666667%
}

.col-12-9 {
    width: 75%
}

.col-12-10 {
    width: 83.33333333%
}

.col-12-11 {
    width: 91.66666667%
}

.col-12-12 {
    width: 100%
}

.col-offset-12-0 {
    margin-left: 0
}

.col-offset-12-1 {
    margin-left: 8.33333333%
}

.col-offset-12-2 {
    margin-left: 16.66666667%
}

.col-offset-12-3 {
    margin-left: 25%
}

.col-offset-12-4 {
    margin-left: 33.33333333%
}

.col-offset-12-5 {
    margin-left: 41.66666667%
}

.col-offset-12-6 {
    margin-left: 50%
}

.col-offset-12-7 {
    margin-left: 58.33333333%
}

.col-offset-12-8 {
    margin-left: 66.66666667%
}

.col-offset-12-9 {
    margin-left: 75%
}

.col-offset-12-10 {
    margin-left: 83.33333333%
}

.col-offset-12-11 {
    margin-left: 91.66666667%
}

.col-offset-12-12 {
    margin-left: 100%
}

.col-push-12-0 {
    left: 0
}

.col-push-12-1 {
    left: 8.33333333%
}

.col-push-12-2 {
    left: 16.66666667%
}

.col-push-12-3 {
    left: 25%
}

.col-push-12-4 {
    left: 33.33333333%
}

.col-push-12-5 {
    left: 41.66666667%
}

.col-push-12-6 {
    left: 50%
}

.col-push-12-7 {
    left: 58.33333333%
}

.col-push-12-8 {
    left: 66.66666667%
}

.col-push-12-9 {
    left: 75%
}

.col-push-12-10 {
    left: 83.33333333%
}

.col-push-12-11 {
    left: 91.66666667%
}

.col-push-12-12 {
    left: 100%
}

.col-pull-12-0 {
    right: 0
}

.col-pull-12-1 {
    right: 8.33333333%
}

.col-pull-12-2 {
    right: 16.66666667%
}

.col-pull-12-3 {
    right: 25%
}

.col-pull-12-4 {
    right: 33.33333333%
}

.col-pull-12-5 {
    right: 41.66666667%
}

.col-pull-12-6 {
    right: 50%
}

.col-pull-12-7 {
    right: 58.33333333%
}

.col-pull-12-8 {
    right: 66.66666667%
}

.col-pull-12-9 {
    right: 75%
}

.col-pull-12-10 {
    right: 83.33333333%
}

.col-pull-12-11 {
    right: 91.66666667%
}

.col-pull-12-12 {
    right: 100%
}

@media screen and (max-width:1024px) {
    .col-sm-10-1 {
        width: 10%
    }
    .col-sm-10-2 {
        width: 20%
    }
    .col-sm-10-3 {
        width: 30%
    }
    .col-sm-10-4 {
        width: 40%
    }
    .col-sm-10-5 {
        width: 50%
    }
    .col-sm-10-6 {
        width: 60%
    }
    .col-sm-10-7 {
        width: 70%
    }
    .col-sm-10-8 {
        width: 80%
    }
    .col-sm-10-9 {
        width: 90%
    }
    .col-sm-10-10 {
        width: 100%
    }
    .col-sm-offset-10-0 {
        margin-left: 0
    }
    .col-sm-offset-10-1 {
        margin-left: 10%
    }
    .col-sm-offset-10-2 {
        margin-left: 20%
    }
    .col-sm-offset-10-3 {
        margin-left: 30%
    }
    .col-sm-offset-10-4 {
        margin-left: 40%
    }
    .col-sm-offset-10-5 {
        margin-left: 50%
    }
    .col-sm-offset-10-6 {
        margin-left: 60%
    }
    .col-sm-offset-10-7 {
        margin-left: 70%
    }
    .col-sm-offset-10-8 {
        margin-left: 80%
    }
    .col-sm-offset-10-9 {
        margin-left: 90%
    }
    .col-sm-offset-10-10 {
        margin-left: 100%
    }
    .col-sm-push-10-0 {
        left: 0
    }
    .col-sm-push-10-1 {
        left: 10%
    }
    .col-sm-push-10-2 {
        left: 20%
    }
    .col-sm-push-10-3 {
        left: 30%
    }
    .col-sm-push-10-4 {
        left: 40%
    }
    .col-sm-push-10-5 {
        left: 50%
    }
    .col-sm-push-10-6 {
        left: 60%
    }
    .col-sm-push-10-7 {
        left: 70%
    }
    .col-sm-push-10-8 {
        left: 80%
    }
    .col-sm-push-10-9 {
        left: 90%
    }
    .col-sm-push-10-10 {
        left: 100%
    }
    .col-sm-pull-10-0 {
        right: 0
    }
    .col-sm-pull-10-1 {
        right: 10%
    }
    .col-sm-pull-10-2 {
        right: 20%
    }
    .col-sm-pull-10-3 {
        right: 30%
    }
    .col-sm-pull-10-4 {
        right: 40%
    }
    .col-sm-pull-10-5 {
        right: 50%
    }
    .col-sm-pull-10-6 {
        right: 60%
    }
    .col-sm-pull-10-7 {
        right: 70%
    }
    .col-sm-pull-10-8 {
        right: 80%
    }
    .col-sm-pull-10-9 {
        right: 90%
    }
    .col-sm-pull-10-10 {
        right: 100%
    }
    .col-sm-12-1 {
        width: 8.33333333%
    }
    .col-sm-12-2 {
        width: 16.66666667%
    }
    .col-sm-12-3 {
        width: 25%
    }
    .col-sm-12-4 {
        width: 33.33333333%
    }
    .col-sm-12-5 {
        width: 41.66666667%
    }
    .col-sm-12-6 {
        width: 50%
    }
    .col-sm-12-7 {
        width: 58.33333333%
    }
    .col-sm-12-8 {
        width: 66.66666667%
    }
    .col-sm-12-9 {
        width: 75%
    }
    .col-sm-12-10 {
        width: 83.33333333%
    }
    .col-sm-12-11 {
        width: 91.66666667%
    }
    .col-sm-12-12 {
        width: 100%
    }
    .col-sm-offset-12-0 {
        margin-left: 0
    }
    .col-sm-offset-12-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-12-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-12-3 {
        margin-left: 25%
    }
    .col-sm-offset-12-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-12-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-12-6 {
        margin-left: 50%
    }
    .col-sm-offset-12-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-12-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-12-9 {
        margin-left: 75%
    }
    .col-sm-offset-12-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-12-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-12-12 {
        margin-left: 100%
    }
    .col-sm-push-12-0 {
        left: 0
    }
    .col-sm-push-12-1 {
        left: 8.33333333%
    }
    .col-sm-push-12-2 {
        left: 16.66666667%
    }
    .col-sm-push-12-3 {
        left: 25%
    }
    .col-sm-push-12-4 {
        left: 33.33333333%
    }
    .col-sm-push-12-5 {
        left: 41.66666667%
    }
    .col-sm-push-12-6 {
        left: 50%
    }
    .col-sm-push-12-7 {
        left: 58.33333333%
    }
    .col-sm-push-12-8 {
        left: 66.66666667%
    }
    .col-sm-push-12-9 {
        left: 75%
    }
    .col-sm-push-12-10 {
        left: 83.33333333%
    }
    .col-sm-push-12-11 {
        left: 91.66666667%
    }
    .col-sm-push-12-12 {
        left: 100%
    }
    .col-sm-pull-12-0 {
        right: 0
    }
    .col-sm-pull-12-1 {
        right: 8.33333333%
    }
    .col-sm-pull-12-2 {
        right: 16.66666667%
    }
    .col-sm-pull-12-3 {
        right: 25%
    }
    .col-sm-pull-12-4 {
        right: 33.33333333%
    }
    .col-sm-pull-12-5 {
        right: 41.66666667%
    }
    .col-sm-pull-12-6 {
        right: 50%
    }
    .col-sm-pull-12-7 {
        right: 58.33333333%
    }
    .col-sm-pull-12-8 {
        right: 66.66666667%
    }
    .col-sm-pull-12-9 {
        right: 75%
    }
    .col-sm-pull-12-10 {
        right: 83.33333333%
    }
    .col-sm-pull-12-11 {
        right: 91.66666667%
    }
    .col-sm-pull-12-12 {
        right: 100%
    }
}

@media screen and (max-width:767px) {
    .col-xs-10-1 {
        width: 10%
    }
    .col-xs-10-2 {
        width: 20%
    }
    .col-xs-10-3 {
        width: 30%
    }
    .col-xs-10-4 {
        width: 40%
    }
    .col-xs-10-5 {
        width: 50%
    }
    .col-xs-10-6 {
        width: 60%
    }
    .col-xs-10-7 {
        width: 70%
    }
    .col-xs-10-8 {
        width: 80%
    }
    .col-xs-10-9 {
        width: 90%
    }
    .col-xs-10-10 {
        width: 100%
    }
    .col-xs-offset-10-0 {
        margin-left: 0
    }
    .col-xs-offset-10-1 {
        margin-left: 10%
    }
    .col-xs-offset-10-2 {
        margin-left: 20%
    }
    .col-xs-offset-10-3 {
        margin-left: 30%
    }
    .col-xs-offset-10-4 {
        margin-left: 40%
    }
    .col-xs-offset-10-5 {
        margin-left: 50%
    }
    .col-xs-offset-10-6 {
        margin-left: 60%
    }
    .col-xs-offset-10-7 {
        margin-left: 70%
    }
    .col-xs-offset-10-8 {
        margin-left: 80%
    }
    .col-xs-offset-10-9 {
        margin-left: 90%
    }
    .col-xs-offset-10-10 {
        margin-left: 100%
    }
    .col-xs-push-10-0 {
        left: 0
    }
    .col-xs-push-10-1 {
        left: 10%
    }
    .col-xs-push-10-2 {
        left: 20%
    }
    .col-xs-push-10-3 {
        left: 30%
    }
    .col-xs-push-10-4 {
        left: 40%
    }
    .col-xs-push-10-5 {
        left: 50%
    }
    .col-xs-push-10-6 {
        left: 60%
    }
    .col-xs-push-10-7 {
        left: 70%
    }
    .col-xs-push-10-8 {
        left: 80%
    }
    .col-xs-push-10-9 {
        left: 90%
    }
    .col-xs-push-10-10 {
        left: 100%
    }
    .col-xs-pull-10-0 {
        right: 0
    }
    .col-xs-pull-10-1 {
        right: 10%
    }
    .col-xs-pull-10-2 {
        right: 20%
    }
    .col-xs-pull-10-3 {
        right: 30%
    }
    .col-xs-pull-10-4 {
        right: 40%
    }
    .col-xs-pull-10-5 {
        right: 50%
    }
    .col-xs-pull-10-6 {
        right: 60%
    }
    .col-xs-pull-10-7 {
        right: 70%
    }
    .col-xs-pull-10-8 {
        right: 80%
    }
    .col-xs-pull-10-9 {
        right: 90%
    }
    .col-xs-pull-10-10 {
        right: 100%
    }
    .col-xs-12-1 {
        width: 8.33333333%
    }
    .col-xs-12-2 {
        width: 16.66666667%
    }
    .col-xs-12-3 {
        width: 25%
    }
    .col-xs-12-4 {
        width: 33.33333333%
    }
    .col-xs-12-5 {
        width: 41.66666667%
    }
    .col-xs-12-6 {
        width: 50%
    }
    .col-xs-12-7 {
        width: 58.33333333%
    }
    .col-xs-12-8 {
        width: 66.66666667%
    }
    .col-xs-12-9 {
        width: 75%
    }
    .col-xs-12-10 {
        width: 83.33333333%
    }
    .col-xs-12-11 {
        width: 91.66666667%
    }
    .col-xs-12-12 {
        width: 100%
    }
    .col-xs-offset-12-0 {
        margin-left: 0
    }
    .col-xs-offset-12-1 {
        margin-left: 8.33333333%
    }
    .col-xs-offset-12-2 {
        margin-left: 16.66666667%
    }
    .col-xs-offset-12-3 {
        margin-left: 25%
    }
    .col-xs-offset-12-4 {
        margin-left: 33.33333333%
    }
    .col-xs-offset-12-5 {
        margin-left: 41.66666667%
    }
    .col-xs-offset-12-6 {
        margin-left: 50%
    }
    .col-xs-offset-12-7 {
        margin-left: 58.33333333%
    }
    .col-xs-offset-12-8 {
        margin-left: 66.66666667%
    }
    .col-xs-offset-12-9 {
        margin-left: 75%
    }
    .col-xs-offset-12-10 {
        margin-left: 83.33333333%
    }
    .col-xs-offset-12-11 {
        margin-left: 91.66666667%
    }
    .col-xs-offset-12-12 {
        margin-left: 100%
    }
    .col-xs-push-12-0 {
        left: 0
    }
    .col-xs-push-12-1 {
        left: 8.33333333%
    }
    .col-xs-push-12-2 {
        left: 16.66666667%
    }
    .col-xs-push-12-3 {
        left: 25%
    }
    .col-xs-push-12-4 {
        left: 33.33333333%
    }
    .col-xs-push-12-5 {
        left: 41.66666667%
    }
    .col-xs-push-12-6 {
        left: 50%
    }
    .col-xs-push-12-7 {
        left: 58.33333333%
    }
    .col-xs-push-12-8 {
        left: 66.66666667%
    }
    .col-xs-push-12-9 {
        left: 75%
    }
    .col-xs-push-12-10 {
        left: 83.33333333%
    }
    .col-xs-push-12-11 {
        left: 91.66666667%
    }
    .col-xs-push-12-12 {
        left: 100%
    }
    .col-xs-pull-12-0 {
        right: 0
    }
    .col-xs-pull-12-1 {
        right: 8.33333333%
    }
    .col-xs-pull-12-2 {
        right: 16.66666667%
    }
    .col-xs-pull-12-3 {
        right: 25%
    }
    .col-xs-pull-12-4 {
        right: 33.33333333%
    }
    .col-xs-pull-12-5 {
        right: 41.66666667%
    }
    .col-xs-pull-12-6 {
        right: 50%
    }
    .col-xs-pull-12-7 {
        right: 58.33333333%
    }
    .col-xs-pull-12-8 {
        right: 66.66666667%
    }
    .col-xs-pull-12-9 {
        right: 75%
    }
    .col-xs-pull-12-10 {
        right: 83.33333333%
    }
    .col-xs-pull-12-11 {
        right: 91.66666667%
    }
    .col-xs-pull-12-12 {
        right: 100%
    }
}

button,
input[type=button],
input[type=submit] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-group {
    font-size: 0
}

.btn-group .btn {
    margin-left: 10px
}

.btn-group .btn:first-child {
    margin-left: 0
}

.btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: 400;
    padding: 5px 18px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #363d4c;
    border-radius: 4px;
    line-height: 20px
}

.btn.is-hover,
.btn:hover {
    text-decoration: none;
    color: #363d4c;
    background-color: #eee
}

.btn.is-active,
.btn:active {
    text-decoration: none;
    background-color: #ccc
}

.btn.is-disabled,
.btn[disabled] {
    text-decoration: none;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50)
}

.btn,
.btn.is-disabled:active,
.btn.is-disabled:hover,
.btn[disabled]:active,
.btn[disabled]:hover {
    background-color: #fff
}

.nav {
    list-style: none;
    position: relative
}

.nav-pills,
.nav-tabs {
    font-size: 0
}

.nav-pills li a,
.nav-tabs li a {
    position: relative
}

.nav-pills li a i.icon-caret,
.nav-tabs li a i.icon-caret,
div.dropdown .btn i.icon-caret,
div.form-select .btn i.icon-caret {
    border: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 7px
}

.nav-pills li.is-open .sub-menu,
.nav-tabs li.is-open .sub-menu {
    display: block
}

.nav-pills li a,
.nav-tabs li a,
.navbar-title a {
    font-size: 14px;
    padding: 5px 18px;
    display: block
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs li {
    margin-bottom: -1px
}

.nav-tabs li a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs li.is-active>a,
.nav-tabs li.is-open>a {
    border-color: #ddd #ddd #fff;
    color: #363d4c
}

.nav-pills li a,
.sub-menu {
    border-radius: 4px
}

.nav-pills li.is-active>a,
.nav-pills li.is-open>a {
    background-color: #363d4c;
    color: #fff
}

.nav-stacked li,
.sub-menu li {
    display: block
}

.nav-stacked .sub-menu {
    position: static;
    top: 0;
    padding: 0;
    border: 0
}

.sub-menu {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 10;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sub-menu li a {
    padding: 6px 18px;
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.table .caption,
.table caption,
div.table-wrap .caption,
div.table-wrap caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
    margin: 0
}

.table {
    max-width: 100%;
    width: 100%
}

.table>thead>tr>th {
    padding: 8px;
    line-height: 1.2
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
    border-top: none
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table.table-hover>tbody>tr:hover,
.table>tbody tr.is-active>td,
.table>tbody tr.is-active>th,
td.is-active,
th.is-active {
    background-color: #f5f5f5
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table>tbody tr.is-success>td,
.table>tbody tr.is-success>th,
td.is-success,
th.is-success {
    background-color: #dff0d8
}

.table>tbody tr.is-info>td,
.table>tbody tr.is-info>th,
td.is-info,
th.is-info {
    background-color: #d9edf7
}

.table>tbody tr.is-warning>td,
.table>tbody tr.is-warning>th,
td.is-warning,
th.is-warning {
    background-color: #fcf8e3
}

.table>tbody tr.is-danger>td,
.table>tbody tr.is-danger>th,
td.is-danger,
th.is-danger {
    background-color: #f2dede
}

@media screen and (max-width:1024px) {
    .table-sm thead {
        display: none
    }
    .table-sm table,
    .table-sm tbody,
    .table-sm td,
    .table-sm th,
    .table-sm tr {
        display: block
    }
    .table-sm td,
    .table-sm th {
        position: relative;
        padding-left: 50% !important;
        text-align: left
    }
    .table-sm td:before,
    .table-sm th:before {
        content: attr(data-th-name);
        left: 6px;
        padding: 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 45%
    }
    .table-sm tbody tr:nth-child(odd) {
        background-color: #fff
    }
    .table-sm tbody tr:nth-child(even) {
        background-color: #f5f5f5
    }
}

@media screen and (max-width:767px) {
    .table-xs thead {
        display: none
    }
    .table-xs table,
    .table-xs tbody,
    .table-xs td,
    .table-xs th,
    .table-xs tr {
        display: block
    }
    .table-xs td,
    .table-xs th {
        position: relative;
        padding-left: 50% !important;
        text-align: left
    }
    .table-xs td:before,
    .table-xs th:before {
        content: attr(data-th-name);
        left: 6px;
        padding: 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 45%
    }
    .table-xs tbody tr:nth-child(odd) {
        background-color: #fff
    }
    .table-xs tbody tr:nth-child(even) {
        background-color: #f5f5f5
    }
}

button,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: normal
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

input.form-input,
textarea.form-textarea {
    resize: none;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
    color: #363d4c;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

input.form-input.is-focus,
input.form-input:focus,
input.is-focus,
input:focus,
textarea.form-textarea.is-focus,
textarea.form-textarea:focus,
textarea.is-focus,
textarea:focus {
    border-color: #66afe9
}

input.form-input.is-disabled,
input.form-input[disabled],
input.is-disabled,
input[disabled],
textarea.form-textarea.is-disabled,
textarea.form-textarea[disabled],
textarea.is-disabled,
textarea[disabled] {
    background-color: #eee
}

input,
textarea {
    font-family: "Helvetica Neue", "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    border: 0
}

.form-input input,
.form-input textarea,
.form-textarea input,
.form-textarea textarea {
    resize: none;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    color: #363d4c;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.form-input input:focus,
.form-input textarea:focus,
.form-textarea input:focus,
.form-textarea textarea:focus {
    border-color: #66afe9
}

.form-input input[disabled],
.form-input textarea[disabled],
.form-textarea input[disabled],
.form-textarea textarea[disabled] {
    background-color: #eee
}

.form-input.is-focus input,
.form-input.is-focus textarea,
.form-textarea.is-focus input,
.form-textarea.is-focus textarea {
    border-color: #66afe9
}

.form-input.is-disabled input,
.form-input.is-disabled textarea,
.form-textarea.is-disabled input,
.form-textarea.is-disabled textarea {
    background-color: #eee
}

.form-checkall,
.form-checkbox,
.form-radio,
.form-removeall {
    display: inline-block;
    *display: inline;
    zoom: 1
}

div.form-checkall label,
div.form-checkbox label,
div.form-radio label,
div.form-removeall label,
label.form-checkall,
label.form-checkbox,
label.form-radio,
label.form-removeall {
    position: relative;
    min-height: 20px;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px
}

div.form-checkall label input,
div.form-checkbox label input,
div.form-radio label input,
div.form-removeall label input,
label.form-checkall input,
label.form-checkbox input,
label.form-radio input,
label.form-removeall input {
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer
}

div.form-checkall.form-simulate label input,
div.form-checkbox.form-simulate label input,
div.form-radio.form-simulate label input,
div.form-removeall.form-simulate label input,
label.form-checkall.form-simulate input,
label.form-checkbox.form-simulate input,
label.form-radio.form-simulate input,
label.form-removeall.form-simulate input {
    opacity: 0;
    filter: alpha(opacity=0)
}

.form-checkbox-dami {
    cursor: pointer
}

.control-label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 2px
}

.form-security>.content {
    float: left;
    width: 100%
}

.form-security>.content>div {
    margin-right: 90px
}

.form-security>.side {
    float: left;
    margin-left: -80px;
    width: 80px
}

.form-selects .dropdown,
.form-selects .form-select {
    width: 98%
}

.msg-block {
    display: block;
    color: #737373;
    margin-top: 2px
}

.is-success .control-label {
    color: #3c763d
}

.is-success .form-input input,
.is-success .form-input input:focus,
.is-success.form-input,
.is-success.form-input input,
.is-success.form-input input:focus,
.is-success.form-input:focus {
    border-color: #3c763d
}

.is-success .msg-block {
    color: #3c763d
}

.is-warning .control-label {
    color: #8a6d3b
}

.is-warning .form-input input,
.is-warning .form-input input:focus,
.is-warning.form-input,
.is-warning.form-input input,
.is-warning.form-input input:focus,
.is-warning.form-input:focus {
    border-color: #8a6d3b
}

.is-warning .msg-block {
    color: #8a6d3b
}

.is-error .control-label {
    color: #a94442
}

.is-error .form-input input,
.is-error .form-input input:focus,
.is-error.form-input,
.is-error.form-input input,
.is-error.form-input input:focus,
.is-error.form-input:focus {
    border-color: #a94442
}

.is-error .msg-block {
    color: #a94442
}

.placeholder {
    color: #adadaf !important
}

.placeholder-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #adadaf;
    line-height: 1
}

select.dropdown,
select.form-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    color: #363d4c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer
}

div.dropdown .btn,
div.form-select .btn {
    display: block;
    border-color: #ddd;
    padding: 5px 10px;
    cursor: default
}

div.dropdown .btn .fa,
div.form-select .btn .fa {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px
}

div.dropdown .btn:active,
div.dropdown .btn:hover,
div.form-select .btn:active,
div.form-select .btn:hover {
    background-color: #fff
}

div.dropdown.is-open i.icon-caret,
div.form-select.is-open i.icon-caret {
    border: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.scroll-container .scroll-title-component span,
.thumbnail,
div.dropdown .sub-menu a,
div.dropdown.is-open .sub-menu,
div.form-select .sub-menu a,
div.form-select.is-open .sub-menu {
    display: block
}

div.dropdown select,
div.form-select select {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    cursor: pointer
}

.scroll-gallery.axis-y ul,
.scroll-gallery.scroll-gallery-res ul,
div.dropdown .sub-menu,
div.form-select .sub-menu {
    width: 100%
}

div.dropdown input,
div.form-select input {
    width: 100%;
    padding-right: 22px
}

div.dropdown .dropdown-text,
div.form-select .dropdown-text {
    display: block;
    padding-right: 14px;
    width: 100%;
    cursor: pointer
}

div.dropdown .dropdown-icon,
div.form-select .dropdown-icon {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    cursor: pointer
}

.thumbnail {
    padding: 4px;
    border-radius: 4px
}

.thumbnail img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail h2 {
    padding: 0
}

.thumbnail.thumbnail-inner>* {
    float: left;
    padding: 0;
    margin: 0
}

.thumbnail.thumbnail-inner>a {
    width: 80px;
    margin-right: 10px
}

.nav-bar {
    position: relative
}

.nav-bar .navbar-header {
    margin: 0;
    font-weight: 700;
    padding: 5px 18px 5px 0
}

.nav-bar>* {
    vertical-align: middle
}

.scroll {
    position: relative;
    clear: both !important
}

.scroll:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll ul,
.scroll ul li,
div.dropdown,
div.form-select {
    width: 100%;
    position: relative
}

.scroll ul {
    list-style: none
}

.scroll ul li {
    height: auto;
    display: none;
    float: left
}

.scroll ul li:first-child {
    display: block
}

.scroll .scroller-wrap {
    overflow: hidden;
    position: relative
}

.scroll a img {
    width: 100%;
    height: auto
}

.scroll.axis-y .scroll-btn-next {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    padding: 0;
    top: auto;
    width: 100px
}

.scroll.axis-y .scroll-btn-prev {
    top: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    padding: 0;
    width: 100px
}

.scroll-dots {
    letter-spacing: normal;
    font-size: 0;
    text-align: center;
    width: 100%;
    bottom: 3%;
    position: absolute;
    left: 0;
    z-index: 6
}

.scroll-dots a {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    background-color: #828790;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px
}

.scroll-dots a.active {
    background-color: #444
}

.scroll-dots a.dots-text {
    background-color: transparent;
    font-size: 14px;
    height: auto;
    text-indent: 0;
    width: auto;
    border-radius: 0
}

.scroll-dots a.dots-text.active {
    background-color: transparent;
    color: #333
}

.scroll-dots a i {
    display: none
}

.scroll-btn-next,
.scroll-btn-prev {
    font-size: 25px;
    padding: 55px 16px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    z-index: 5;
    text-align: center
}

.drag-360 a i,
.scroll-btn-next i,
.scroll-btn-prev i {
    font-style: normal !important
}

.scroll-btn-next a,
.scroll-btn-prev a {
    cursor: pointer;
    color: #444
}

.scroll-btn-next a:hover,
.scroll-btn-prev a:hover {
    text-decoration: none;
    color: #444
}

.scroll-btn-next.is-disabled,
.scroll-btn-prev.is-disabled {
    cursor: default !important
}

.scroll-btn-next.is-disabled a,
.scroll-btn-next.is-disabled a:hover,
.scroll-btn-prev.is-disabled a,
.scroll-btn-prev.is-disabled a:hover {
    color: #ccc
}

.scroll-btn-prev {
    left: 0
}

.scroll-btn-next {
    right: 0
}

.scroll-background-image {
    position: relative;
    z-index: 0
}

.scroll-background-image img {
    width: 100%;
    height: 100%
}

.scroll-container,
.scroll-container .scroll-link {
    z-index: 1;
    background: url(../images/blank.gif) 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.scroll-container .scroll-link {
    z-index: 2
}

.scroll-container .scroll-title-component {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-align: right;
    position: relative;
    z-index: 1
}

.scroll-container .scroll-btn-component {
    font-size: 0;
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.scroll-container div .scroll-btn-cta {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
    margin-left: 10px;
    *width: 120px;
    position: relative;
    vertical-align: top
}

.scroll-container div .scroll-btn-cta .sub-menu {
    min-width: 100%;
    text-align: left
}

.scroll-container div .scroll-btn-cta ul {
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0
}

.scroll-container div .scroll-btn-cta li {
    display: block;
    float: none
}

.scroll-container div .scroll-btn-cta:first-child {
    margin-left: 0
}

.scroll-container .scroll-component-content-wrap {
    width: 100%;
    height: 100%;
    display: table
}

.scroll-container .scroll-component-content {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.scroll-container .scroll-content-wrap {
    position: relative;
    *position: absolute;
    *top: 50%;
    right: 0;
    display: inline-block;
    z-index: 3;
    padding: 60px
}

.scroll-container .scroll-content {
    position: relative;
    *top: -50%;
    *right: 0;
    vertical-align: middle
}

.scroll-container .scroll-content-site-top {
    vertical-align: top
}

.scroll-container .scroll-content-site-top .scroll-content,
.scroll-container .scroll-content-site-top .scroll-content-wrap {
    *top: 0
}

.scroll-container .scroll-content-site-middle,
div.pagination .page-numbers span {
    vertical-align: middle
}

.scroll-container .scroll-content-site-middle .scroll-content-wrap {
    *top: 50%
}

.scroll-container .scroll-content-site-middle .scroll-content {
    *top: -50%
}

.scroll-container .scroll-content-site-bottom {
    vertical-align: bottom
}

.scroll-container .scroll-content-site-bottom .scroll-content,
.scroll-container .scroll-content-site-bottom .scroll-content-wrap {
    *top: auto;
    *bottom: 0
}

.scroll-container .scroll-content-text-left {
    text-align: left
}

.scroll-container .scroll-content-text-left .scroll-content,
.scroll-container .scroll-content-text-left .scroll-content-wrap {
    *left: 0;
    *right: auto
}

.scroll-container .scroll-content-text-center {
    text-align: center
}

.scroll-container .scroll-content-text-center .scroll-content-wrap {
    *left: 50%;
    *right: auto
}

.scroll-container .scroll-content-text-center .scroll-content {
    *left: -50%;
    *right: auto
}

.scroll-container .scroll-content-text-right {
    text-align: right
}

.scroll-container .scroll-content-text-right .scroll-content,
.scroll-container .scroll-content-text-right .scroll-content-wrap {
    *left: auto;
    *right: 0
}

.font-family-microsoft-yahei {
    font-family: "微软雅黑", "Microsoft YaHei"
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

.font-size-20 {
    font-size: 20px
}

.font-size-21 {
    font-size: 21px
}

.font-size-22 {
    font-size: 22px
}

.font-size-23 {
    font-size: 23px
}

.font-size-24 {
    font-size: 24px
}

.drag-360 a,
.font-size-25 {
    font-size: 25px
}

.font-size-26 {
    font-size: 26px
}

.font-size-27 {
    font-size: 27px
}

.font-size-28 {
    font-size: 28px
}

.font-size-29 {
    font-size: 29px
}

.font-size-30 {
    font-size: 30px
}

.font-size-31 {
    font-size: 31px
}

.font-size-32 {
    font-size: 32px
}

.font-size-33 {
    font-size: 33px
}

.font-size-34 {
    font-size: 34px
}

.font-size-35 {
    font-size: 35px
}

.font-size-36 {
    font-size: 36px
}

.font-line-height-1-9 {
    line-height: 1.9
}

.font-line-height-1-8 {
    line-height: 1.8
}

.font-line-height-1-7 {
    line-height: 1.7
}

.font-line-height-1-6 {
    line-height: 1.6
}

.font-line-height-1-5 {
    line-height: 1.5
}

.font-line-height-1-4 {
    line-height: 1.4
}

.font-line-height-1-3 {
    line-height: 1.3
}

.font-line-height-1-2 {
    line-height: 1.2
}

.font-line-height-1-1 {
    line-height: 1.1
}

.font-line-height-1-0 {
    line-height: 1
}

.font-line-height-2-2 {
    line-height: 2.2
}

.font-line-height-2-1 {
    line-height: 2.1
}

.font-line-height-2-0 {
    line-height: 2
}

.font-color-white {
    color: #fff
}

.font-color-black {
    color: #000
}

.font-color-red {
    color: red
}

.scroll-background-color {
    height: 100%;
    left: -30px;
    padding: 20px 30px;
    position: absolute;
    top: -20px;
    width: 100%;
    background-color: transparent;
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    z-index: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.font-background-color-white {
    background-color: #fff
}

.font-background-color-black {
    background-color: #000
}

.btn .icon-wrap,
.icon-caret i,
.is-open .icon-caret i {
    width: 8px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.icon-caret i,
.is-open .icon-caret i {
    border: 0;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret i {
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    margin-top: -4px
}

.is-open .icon-caret i {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    margin-top: -2px
}

.btn-video {
    background-color: transparent;
    border: 0;
    padding: 0
}

.btn-color-white {
    background-color: #fff;
    color: #333
}

.btn-color-white:hover {
    background-color: #e6e6e6;
    color: #333
}

.btn-color-black {
    background-color: #000;
    color: #fff
}

.btn-color-black:hover {
    background-color: #333;
    color: #fff
}

@media screen and (max-width:767px) {
    .scroll-container-xs {
        position: relative
    }
    .scroll-container-xs .scroll-component-content {
        text-align: center
    }
}

.scroll-gallery,
.scroll-iscroll,
.scroll-iscroll-text,
.scroll-text {
    clear: both !important
}

.scroll-gallery:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-gallery ul {
    width: 10000%
}

.scroll-gallery ul li {
    width: 157px;
    display: block
}

.scroll-gallery ul li a {
    display: block;
    padding: 5px
}

.scroll-gallery>div {
    margin: 0 50px
}

.scroll-gallery .scroll-btn-next,
.scroll-gallery .scroll-btn-prev {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: -20px
}

.scroll-gallery.scroll-gallery-res ul li {
    width: 25%
}

.scroll-gallery.axis-y {
    width: 157px;
    padding: 35px 0
}

.scroll-gallery.axis-y>div {
    margin: 0;
    height: 400px
}

.scroll-gallery.axis-y .scroll-btn-next,
.scroll-gallery.axis-y .scroll-btn-prev {
    height: auto;
    left: 0;
    margin: 0;
    width: 100%
}

.scroll-text>div {
    margin: 0 60px
}

.scroll-text .scroll-btn-next,
.scroll-text .scroll-btn-prev {
    margin: -20px 0 0;
    padding: 0
}

.scroll-iscroll-text:after,
.scroll-iscroll:after,
.scroll-text:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-iscroll .scroller-wrap>ul {
    overflow: hidden
}

.scroll-iscroll-text .scroller-wrap {
    max-height: 350px
}

.spice-black-opacity {
    background-color: #000;
    opacity: .68;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=68);
    filter: alpha(opacity=68);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: none
}

.dialog {
    background-color: #fff;
    width: 500px;
    height: auto;
    position: fixed;
    padding: 40px;
    border-radius: 4px;
    z-index: 30;
    left: 50%;
    top: 100px
}

.dialog .icon-close {
    cursor: pointer;
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px
}

.dialog .dialog-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.dialog .dialog-container h4 {
    border: 0
}

.dialog .dialog-btn-wrap .btn {
    margin: 0 8px
}

.dialog-opacity {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px
}

.dialog-opacity .dialog-scroll-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.dialog-opacity .dialog-scroll-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.dialog-opacity .dialog-scroll-container .dialog-scroll {
    *position: absolute;
    *top: 50%;
    *left: 50%;
    display: inline-block
}

.dialog-opacity .dialog-scroll-container .dialog-scroll>div {
    *top: -50%;
    *left: -50%;
    position: relative
}

.dialog-opacity .dialog-scroll-container .dialog {
    background-color: transparent;
    left: auto;
    position: relative;
    top: auto;
    vertical-align: middle;
    max-width: 500px;
    width: auto;
    margin: 80px 20px;
    padding: 0;
    border-radius: 0
}

.dialog-opacity .dialog-scroll-container .dialog-container {
    background-color: #fff;
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    padding: 40px;
    border-radius: 4px
}

.dialog-opacity-transparent {
    background-color: transparent
}

.pagination {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0
}

.pagination .page-numbers {
    border-radius: 4px;
    color: #363d4c;
    margin: 0 2px;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

.pagination .page-numbers:hover {
    text-decoration: none
}

div.pagination .page-numbers .form-input {
    vertical-align: middle;
    width: 40px;
    padding: 2px;
    text-align: center
}

div.pagination .page-numbers .btn {
    padding: 2px 3px
}

.pagination .dots {
    background-color: transparent
}

.pagination .is-active {
    background-color: #363d4c;
    color: #fff
}

.pagination .all-numbers {
    background-color: transparent;
    color: #363d4c
}

.breadcrumb .divider {
    padding: 0 5px
}

.drag-360 {
    position: relative
}

.drag-360 img {
    width: 100%;
    height: auto;
    cursor: ew-resize
}

.drag-360 a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    z-index: 3
}

.drag-360 .btn-drag-prev {
    left: 0
}

.drag-360 .btn-drag-next {
    right: 0
}

.drag-360 .drag-image {
    position: relative;
    z-index: 1
}

.drag-360 .drag-loading {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.calculateNum .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle
}

.calculateNum .form-input {
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

@charset "utf-8";
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.icon {
    font-style: normal !important;
    font-weight: 400
}

.icon-caret-down {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid
}

.icon-caret-down,
.icon-caret-left,
.icon-caret-right,
.icon-caret-up {
    border: 0;
    width: 0;
    height: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret-up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid
}

.icon-caret-left,
.icon-caret-right {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.icon-caret-left {
    border-right: 4px solid
}

.icon-caret-right {
    border-left: 4px solid
}

.icon-close {
    font-size: 18px
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/icon/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/icon/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/icon/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(../fonts/icon/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(../fonts/icon/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(../fonts/icon/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-style: normal !important
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

@charset "utf-8";
.no-scroll-scrollbar .overview {
    margin-top: 0 !important
}

.no-scroll-scrollbar .scrollbar,
.no-scroll-scrollbar .thumb,
.no-scroll-scrollbar .track {
    height: 0 !important
}

.tinyscrollbar {
    position: relative;
    margin-right: 20px
}

.tinyscrollbar .viewport {
    height: 350px;
    overflow: hidden;
    position: relative
}

.tinyscrollbar .overview {
    margin-left: 0;
    position: relative;
    margin-top: 0
}

.tinyscrollbar .scrollbar,
.tinyscrollbar .track {
    background-color: transparent;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px
}

.tinyscrollbar .track {
    position: relative;
    right: 0
}

.tinyscrollbar .thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: pointer;
    height: 0;
    left: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 10px
}

.tinyscrollbar-x {
    margin-right: 0;
    margin-bottom: 20px
}

.tinyscrollbar-x .scrollbar {
    bottom: -20px;
    height: 20px;
    top: auto;
    width: 100%;
    right: 0
}

.tinyscrollbar-x .track {
    height: 20px;
    width: 100%
}

.tinyscrollbar-x .thumb {
    width: 0;
    height: 10px;
    left: 0;
    top: 5px
}

.tinyscrollbar.sub-menu {
    position: absolute;
    margin-right: 0;
    padding: 5px 0
}

.tinyscrollbar.sub-menu .viewport {
    height: auto;
    max-height: 150px
}

.tinyscrollbar.sub-menu .scrollbar {
    right: 0;
    padding: 5px 0
}

.tinyscrollbar.sub-menu .scrollbar.disable {
    display: none
}

.tinyscrollbar.sub-menu .overview {
    padding: 0
}

.tinyscrollbar.sub-menu li {
    cursor: pointer
}

.tinyscrollbar.sub-menu li:hover {
    background-color: #f5f5f5
}

@charset "utf-8";
.myaccount-bread-crumb>li {
    display: inline-block;
    font-size: 12px;
    padding: 20px 0
}

.myaccount-bread-crumb>li a {
    color: #acacac
}

.myaccount-bread-crumb>li+li::before {
    padding: 0 6px;
    content: ">";
    position: relative;
    color: #acacac
}

.myaccount-bread-crumb>li.is-active a {
    text-decoration: underline
}

.myaccount-login-wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto
}

.myaccount-login-wrapper .form-group .form-input .count-down-text span,
.myaccount-login-wrapper .form-group .form-input .msg-block span {
    margin-top: 10px;
    display: inline-block
}

.myaccount-login-wrapper .login-title {
    border-bottom: 1px solid #111;
    position: relative
}

.myaccount-login-wrapper .login-title>h3 {
    padding: 62px 0 62px 90px;
    display: inline-block
}

.myaccount-login-wrapper .login-title>img {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0
}

.myaccount-login-wrapper .login-con {
    margin-bottom: 100px
}

.myaccount-login-wrapper .login-con .sign-up-container {
    width: 79%
}

.myaccount-login-wrapper .login-con .sign-up-container h4 {
    font-size: 20px;
    padding: 0 0 28px
}

.myaccount-login-wrapper .login-con .sign-up-container .left {
    padding-right: 10%;
    margin: 28px 0 0;
    float: left;
    border-right: 1px solid #cacaca
}

.myaccount-login-wrapper .login-con .sign-up-container .left>span,
.myaccount-login-wrapper .login-con .sign-up-container .right>span {
    display: none
}

.myaccount-login-wrapper .login-con .sign-up-container .left .login-user-desc {
    margin: -14px 0 25px;
    line-height: 18px;
    color: #d51b51
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group {
    margin-bottom: 15px
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group input,
.myaccount-login-wrapper .login-con .sign-up-container .left .form-group input {
    width: 380px
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group .control-label {
    padding-bottom: 10px;
    margin-bottom: 0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group .control-label span {
    color: #d41c52
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group .form-checkbox {
    float: left
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group .form-checkbox .icon {
    vertical-align: text-top
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group .form-checkbox span {
    color: #a0a0a0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group>a {
    position: relative;
    float: right;
    color: #a0a0a0;
    padding-right: 10px;
    top: 2px
}

.myaccount-login-wrapper .login-con .sign-up-container .left .form-group .icon-right-arrow {
    position: absolute;
    right: 0;
    top: 4px
}

.myaccount-login-wrapper .login-con .sign-up-container .left .btn-box {
    margin-bottom: 40px
}

.myaccount-login-wrapper .login-con .sign-up-container .left .or {
    text-align: center;
    padding-bottom: 30px;
    position: relative
}

.myaccount-login-wrapper .login-con .sign-up-container .left .or:after,
.myaccount-login-wrapper .login-con .sign-up-container .left .or:before {
    content: "";
    width: 160px;
    height: 1px;
    background: #cacaca;
    position: absolute;
    top: 7px
}

.myaccount-login-wrapper .login-con .sign-up-container .left .or:before {
    left: 0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .or:after {
    right: 0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with>p {
    padding-bottom: 26px;
    margin-bottom: 0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul {
    font-size: 0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul li {
    text-align: center;
    display: inline-block;
    margin-right: 20px
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul li a {
    position: relative;
    margin-bottom: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 0
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul li a:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul li a i {
    vertical-align: middle
}

.myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul li span {
    font-size: 14px
}

.myaccount-login-wrapper .login-con .sign-up-container .right {
    float: left;
    margin: 28px 0 0;
    padding-left: 10%
}

.myaccount-login-wrapper .login-con .sign-up-container .right>h4 {
    padding: 0 0 20px
}

.myaccount-login-wrapper .login-con .sign-up-container .right p {
    margin-bottom: 20px;
    color: #989898
}

.myaccount-login-wrapper .login-con .sign-up-container .right li {
    color: #989898;
    line-height: 33px
}

.myaccount-login-wrapper .login-con .sign-up-container .right .btn-box {
    margin-top: 10px
}

.myaccount-login-wrapper .login-con .retrieve-password {
    width: 72%;
    float: left
}

.myaccount-login-wrapper .login-con .retrieve-password ul {
    padding-top: 11px
}

.myaccount-login-wrapper .login-con .retrieve-password ul li {
    float: left;
    width: 18.5%;
    height: 50px;
    line-height: 50px;
    color: #999;
    margin-right: 5%;
    border-bottom: 2px solid #999
}

.myaccount-login-wrapper .login-con .retrieve-password ul li.active {
    color: #000;
    border-bottom: 2px solid #000
}

.myaccount-login-wrapper .login-con .retrieve-password>div {
    padding: 70px 0 0 24%
}

.myaccount-login-wrapper .login-con .retrieve-password>div span.verification-information {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 20px
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group {
    padding-top: 10px
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group .control-label {
    height: 34px;
    line-height: 34px
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group .control-label span {
    color: #d7144c
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group .form-input .input-box {
    width: 380px;
    position: relative
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input .input-box,
.myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group input,
.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification input {
    width: 142px
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input {
    position: relative
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input .code-img {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #ccc;
    text-align: center;
    color: #000;
    position: absolute;
    left: 152px;
    top: 0
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input a {
    display: block;
    width: 60px;
    position: absolute;
    top: 4px;
    left: 280px;
    color: #000
}

.myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input a:after {
    content: '';
    width: 42px;
    background: #666;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.myaccount-login-wrapper .login-con .retrieve-password>div.one-retrieval-method .btn-box {
    margin-top: 20px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .input-box {
    display: inline-block;
    margin-right: 5px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .btn-group {
    display: inline-block;
    vertical-align: top
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .btn-group .btn {
    height: 40px;
    line-height: 40px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-input {
    position: relative
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-input .input-box {
    width: 142px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-input>a {
    position: absolute;
    top: 0;
    left: 152px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-input>a .btn {
    width: 180px;
    height: 40px;
    line-height: 40px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .send-code-success>span {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 20px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.three-modify-password .form-group {
    width: 380px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.three-modify-password .btn-box,
.myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .validation-verification-con>.btn-box {
    margin-top: 20px
}

.myaccount-login-wrapper .login-con .retrieve-password>div.set-up-success .btn-box {
    margin-top: 30px
}

.myaccount-login-wrapper .login-con .customer-service-container {
    width: 21%;
    float: right
}

.myaccount-login-wrapper .login-con .customer-service-container>div {
    text-align: center;
    border: 1px solid #e2e2e2;
    margin-top: 28px;
    padding: 24px 0
}

.myaccount-login-wrapper .login-con .customer-service-container>div span {
    font-size: 18px;
    font-family: "gotham-bold", "Helvetica", "PingFangSC-Regular", "Arial", "Times New Roman", "微软雅黑", "Microsoft YaHei", sans-serif;
    line-height: 31px;
    display: inline-block
}

.myaccount-login-wrapper .login-con .customer-service-container>div p {
    line-height: 30px;
    margin-bottom: 0
}

.myaccount-login-wrapper .login-con .customer-service-container>div p i {
    position: relative;
    right: 7px;
    top: 4px
}

.myaccount-login-wrapper .login-con .customer-service-container>div a.online-server {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #000
}

.myaccount-login-wrapper .login-con .customer-service-container>div a.online-server i {
    position: relative;
    right: 7px;
    top: -2px;
    margin: 0
}

.myaccount-login-wrapper .login-con .customer-service-container>div a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #999;
    position: relative
}

.myaccount-login-wrapper .login-con .customer-service-container>div a i {
    vertical-align: text-top;
    margin-left: 7px;
    margin-top: 4px
}

.myaccount-login-wrapper .login-con .customer-service-container>div a.look-more {
    text-decoration: underline
}

.myaccount-login-wrapper .login-con .customer-service-container>div:last-child .link-problem {
    text-align: left;
    line-height: 30px;
    height: 30px;
    padding-left: 52px;
    color: #000
}

.myaccount-login-wrapper .login-con .cooperation-login {
    width: 793px;
    height: 400px;
    margin: 0 auto
}

.myaccount-login-wrapper .login-con .cooperation-login p,
.reset-your-password p {
    margin-bottom: 0
}

.myaccount-login-wrapper .login-con .cooperation-login .line {
    height: 1px;
    width: 100%;
    background: #ccc;
    position: relative;
    margin: 60px 0 20px
}

.myaccount-login-wrapper .login-con .cooperation-login .line>p {
    width: 206px;
    font-size: 22px;
    text-align: center;
    background: #fff;
    position: relative;
    top: -12px;
    margin: 0 auto
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group {
    margin-top: 30px;
    position: relative
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group input,
.myaccount-login-wrapper .login-con .register-container .form-group input {
    width: 100%
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group .control-label {
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: relative
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group .control-label span {
    color: #c71d4e
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group .control-label p {
    position: absolute;
    top: 0;
    right: 0
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group .form-checkbox {
    position: absolute;
    left: 0;
    top: 4px
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group>p {
    padding-left: 24px;
    color: #9a9a9a;
    line-height: 24px
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group>p a {
    color: #9a9a9a;
    text-decoration: underline
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.form-group:last-of-type {
    margin-top: 20px
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group input {
    width: 140px
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group .input-box {
    width: 140px;
    position: relative;
    display: inline-block
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group .btn-group {
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 40px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group .btn-group .code {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #ccc;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group .btn-group .code+span {
    display: inline-block;
    vertical-align: middle;
    width: -moz-calc(100% - 124px);
    width: calc(100% - 124px);
    padding-left: 10px;
    font-size: 14px
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group .btn-group .code+span a,
.myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group span>a {
    color: #000;
    text-decoration: underline
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group {
    float: right
}

.myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group .btn-group .btn {
    height: 40px;
    line-height: 40px
}

.myaccount-login-wrapper .login-con .cooperation-login .btn-box {
    margin-top: 24px
}

.myaccount-login-wrapper .login-con .register-container {
    width: 79%;
    float: left;
    padding-right: 6%
}

.myaccount-login-wrapper .login-con .register-container .radio-group {
    margin: 30px 0;
    position: relative
}

.myaccount-login-wrapper .login-con .register-container .radio-group>span {
    padding-right: 20px
}

.myaccount-login-wrapper .login-con .register-container .radio-group label {
    margin-right: 30px
}

.myaccount-login-wrapper .login-con .register-container .radio-group label i {
    margin-right: 10px
}

.myaccount-login-wrapper .login-con .register-container .radio-group .info {
    position: absolute;
    right: 0;
    top: 0
}

.myaccount-login-wrapper .login-con .register-container .row .form-group {
    margin-bottom: 30px
}

.myaccount-login-wrapper .login-con .register-container .form-group {
    margin-right: 35px
}

.myaccount-login-wrapper .login-con .register-container .form-group .control-label {
    height: 34px;
    line-height: 34px;
    margin-bottom: 0
}

.myaccount-login-wrapper .login-con .register-container .form-group .control-label span,
.myaccount-login-wrapper .login-con .register-container .info span {
    color: #de4c71
}

.myaccount-login-wrapper .login-con .register-container .form-group .input-box {
    position: relative
}

.myaccount-login-wrapper .login-con .register-container .form-group:not(.radio-group) {
    position: relative
}

.myaccount-login-wrapper .login-con .register-container .form-group:not(.radio-group) .form-checkbox {
    position: absolute;
    top: 4px;
    left: 0
}

.myaccount-login-wrapper .login-con .register-container .form-group:not(.radio-group) p {
    padding-left: 26px;
    line-height: 24px;
    margin-bottom: 0;
    color: #9a9a9a
}

.myaccount-login-wrapper .login-con .register-container .form-group:not(.radio-group) p a {
    color: #9a9a9a;
    text-decoration: underline
}

.myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group input {
    width: 114px;
    display: inline-block
}

.myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .input-box {
    float: left;
    margin-right: 10px
}

.myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group {
    font-size: 14px
}

.myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group .code {
    display: inline-block;
    width: 92px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ccc;
    color: #000
}

.myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group .btn {
    height: 40px;
    line-height: 40px
}

.myaccount-login-wrapper .login-con .register-container .info {
    color: #9a9a9a;
    margin-bottom: 0;
    padding: 12px 0 0 26px;
    line-height: 18px
}

.myaccount-login-wrapper .login-con .register-container .btn-box {
    margin-top: 17px
}

@media (max-width:1024px) {
    .myaccount-login-wrapper {
        padding: 0 30px
    }
    .myaccount-login-wrapper .login-title {
        border-bottom: none
    }
    .myaccount-login-wrapper .login-title>h3 {
        padding: 10px 0 27px;
        font-size: 20px
    }
    .myaccount-login-wrapper .login-con .retrieve-password,
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group .form-input .input-box,
    .myaccount-login-wrapper .login-con .retrieve-password>div.one-retrieval-method .form-group input,
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input .input-box input,
    .myaccount-login-wrapper .login-con .sign-up-container {
        width: 100%
    }
    .myaccount-login-wrapper .login-con .sign-up-container h4 {
        padding: 5px 0 10px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left {
        float: none;
        padding-right: 0;
        border-right: none;
        margin: 0
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left>span {
        display: block;
        padding-bottom: 20px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .login-user-desc {
        margin: -20px 0 11px;
        font-size: 12px;
        line-height: 15px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .form-group input {
        width: 100%;
        height: 37px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .or {
        padding-bottom: 20px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .or:after,
    .myaccount-login-wrapper .login-con .sign-up-container .left .or:before {
        width: -moz-calc(50% - 18px);
        width: calc(50% - 18px)
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with,
    .myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with ul {
        text-align: center
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .sign-in-with>p {
        padding-bottom: 15px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .left .btn-box a {
        min-width: 100px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .right {
        padding-left: 0
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group .btn-group .code+span a,
    .myaccount-login-wrapper .login-con .sign-up-container .right>span {
        display: block
    }
    .myaccount-login-wrapper .login-con .sign-up-container .right h4 {
        padding-bottom: 12px
    }
    .myaccount-login-wrapper .login-con .sign-up-container .btn-box,
    .myaccount-login-wrapper .login-con .sign-up-container .left .btn-box {
        margin-bottom: 30px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div {
        padding: 0
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div span.verification-information {
        padding: 30px 0 20px
    }
    .myaccount-login-wrapper .login-con .retrieve-password ul,
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group {
        padding-top: 0
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group input {
        height: 37px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input .code-img {
        width: 100px;
        height: 37px;
        line-height: 37px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input a {
        top: 3px;
        left: 260px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div>.btn-box,
    .myaccount-login-wrapper .login-con .sign-up-container .right .btn-box {
        margin-top: 20px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div>.btn-box .btn {
        height: 30px;
        line-height: 30px;
        min-width: 100px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.one-retrieval-method .form-group.verify-group input {
        width: 142px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input {
        position: relative
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input .btn-group,
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input .input-box {
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px)
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input .btn-group .btn {
        height: 37px;
        line-height: 37px;
        min-width: 100%
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input .btn-box {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: 49%
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .form-ver-code .form-input .btn-box .btn {
        width: 100%;
        height: 37px;
        line-height: 37px;
        min-width: auto
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .validation-verification-con>.btn-box .btn {
        height: 30px;
        line-height: 30px;
        min-width: 100px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.two-validation-verification .send-code-success {
        padding-top: 30px
    }
    .myaccount-login-wrapper .login-con .cooperation-login,
    .myaccount-login-wrapper .login-con .cooperation-login .form-group input,
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group .input-box input,
    .myaccount-login-wrapper .login-con .retrieve-password>div.three-modify-password .form-group,
    .myaccount-login-wrapper .login-con .retrieve-password>div.three-modify-password .form-group input {
        width: 100%
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div.set-up-success .btn-box {
        margin-top: 10px
    }
    .myaccount-login-wrapper .login-con .retrieve-password ul li {
        width: 47.5%;
        margin-right: 5%;
        height: 32px;
        line-height: 32px
    }
    .myaccount-login-wrapper .login-con .retrieve-password ul li:nth-child(2n) {
        margin-right: 0
    }
    .myaccount-login-wrapper .login-con .cooperation-login .line {
        margin: 20px 0 15px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .line>p {
        font-size: 18px;
        width: 166px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group {
        margin-top: 4px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group .control-label {
        width: 100%;
        height: 34px;
        line-height: 34px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.form-group:last-of-type {
        margin-top: 4px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.verification-code-group input {
        width: 140px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group {
        float: inherit;
        width: 100%
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group .input-box {
        width: -moz-calc(50% - 6px);
        width: calc(50% - 6px)
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group .btn-group {
        width: -moz-calc(50% - 6px);
        width: calc(50% - 6px);
        padding-left: 0;
        float: right
    }
    .myaccount-login-wrapper .login-con .cooperation-login .form-group.sms-verification-code-group .btn-group .btn {
        min-width: 100%
    }
    .myaccount-login-wrapper .login-con .cooperation-login .btn-box {
        margin-top: 15px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .btn-box .btn {
        width: 100%;
        height: 40px;
        line-height: 40px
    }
    .myaccount-login-wrapper .login-con .register-container {
        width: 100%;
        padding-right: 0
    }
    .myaccount-login-wrapper .login-con .register-container .form-group {
        margin-right: 0
    }
    .myaccount-login-wrapper .login-con .register-container .form-group .control-label {
        height: 30px;
        line-height: 30px
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group>span {
        display: inline-block;
        vertical-align: top;
        padding: 4px 0 0 6px;
        color: #999
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group>span>a {
        display: block;
        color: #999
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.sms-verification-code-group input {
        width: 100%
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.sms-verification-code-group .input-box {
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px)
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.sms-verification-code-group .btn-group {
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
        float: right
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.sms-verification-code-group .btn-group a {
        width: 100%;
        min-width: 100%
    }
    .myaccount-login-wrapper .login-con .register-container .row .form-group {
        margin: 0 0 17px
    }
    .myaccount-login-wrapper .login-con .register-container .info {
        padding: 0
    }
    .myaccount-login-wrapper .login-con .register-container .radio-group {
        margin: 20px 0 9px
    }
    .myaccount-login-wrapper .login-con .register-container .btn-box .btn {
        min-width: 100px;
        height: 30px;
        line-height: 30px
    }
}

@media (max-width:450px) {
    .myaccount-login-wrapper .login-con .cooperation-login .row>div:first-of-type .form-group.verification-code-group {
        position: relative
    }
    .myaccount-login-wrapper .login-con .cooperation-login .row>div:first-of-type .form-group.verification-code-group .input-box,
    .myaccount-login-wrapper .login-con .cooperation-login .row>div:first-of-type .form-group.verification-code-group input {
        width: 100px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .row>div:first-of-type .form-group.verification-code-group .btn-group .code {
        width: 75px
    }
    .myaccount-login-wrapper .login-con .cooperation-login .row>div:first-of-type .form-group.verification-code-group .btn-group>span {
        width: 68px;
        position: absolute;
        left: 192px;
        top: 3px
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group input {
        width: 96px
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .btn-group>span {
        padding: 4px 0 0
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.verification-code-group .form-input .input-box {
        margin-right: 7px
    }
    .myaccount-login-wrapper .login-con .register-container .form-group.sms-verification-code-group input {
        width: 100%
    }
}

@media (max-width:320px) {
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input .input-box,
    .myaccount-login-wrapper .login-con .retrieve-password>div.one-retrieval-method .form-group.verify-group input {
        width: 126px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group input {
        width: 126px;
        padding: 5px 22px 5px 9px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input .code-img {
        width: 70px;
        left: 132px
    }
    .myaccount-login-wrapper .login-con .retrieve-password>div .form-group.verify-group .form-input a {
        left: 208px
    }
}

.reset-your-password {
    font-size: 14px;
    color: #d81d4f;
    position: relative;
    top: -30px
}

@media (max-width:1024px) {
    .reset-your-password {
        top: 0
    }
    .reset-your-password p {
        margin-top: 20px
    }
}